Platform Explorer / Nuxeo Platform 6.0

Extension point orphanVersionRemovalFilter

Documentation

Used to register filter that are used by the default VersionRemovalPolicy implementation to check asynchronously what versions can really be removed.

    <filter class="..."/>

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.CoreServiceOrphanVersionRemovalFilterDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-rendition-core-6.0.jar
    <extension point="orphanVersionRemovalFilter" target="org.nuxeo.ecm.core.CoreService">
        <documentation>
          Contribute a custom OrphanVersionRemovalFilter that does not delete Rendition version
          that do not have a live/checked-out document.
        </documentation>
        <filter class="org.nuxeo.ecm.platform.rendition.version.RenditionAwareVersionRemovalPolicy"/>
      </extension>